*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Cormorant Garamond', serif;
	color: #27B44B;
}



main {
	margin-top: 50px;
	
}

main .contenedor {
	width: 100%;
	max-width: 1000px;
	margin: auto;

	position: relative;

}





/* ------------------------- */
/* Estilos CSS del Reproductor */
/* ------------------------- */
.fm-video {
	width: 100%;
	box-shadow: 0 0 15px 5px rgba(242,219,109,0.9);
}


 .fm-video .vjs-control-bar {
	 background-color: #27B44B;
	 color: white;
}


  .fm-video .vjs-has-started .vjs-control-bar{
	color: rgba(242,219,109,0.9);
}
  .fm-video .video-js button{
	background: rgba(39,180,75,0.7);
	
}

.fm-video .vjs-play-progress,
.fm-video .vjs-volume-level {
	background: #1d87d8;
}

.fm-video .vjs-slider {
	background-color: rgba(39,180,75,0.7);
}

.video-js:hover .vjs-big-play-button {
	background: rgba(242,219,109,0.9);
}

.fm-video .vjs-big-play-button {
	background: rgba(0,0,0,.2);
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	border:none;
}

.fm-video .vjs-big-play-button:hover {
	background: rgba(0,0,0,.5);
}

@media screen and (min-width: 1024px){
	.verde{
	background: rgba(39,180,75,0.7);
	
	
	padding: 50px 0;
	height: 400px;
	position: absolute;
	top: 0;
	width: 100%;
}

h2{
	text-align: center;
	color: #27B44B;
	margin-top: 20px;
}

}

h2{
	text-align: center;
	color: #27B44B;
	margin-top: 10px;
}

/*--------------------------------------*/
/* Estilo CSS del galeria personalizadas*/
/*--------------------------------------*/

main img{
	display: block;
	width: 100%;
	height: 100%;

}

.small, .normal, .large{
	padding: 10px;
}

.small img{
	transition: all .1s;


}
.small img:hover{
	transform: scale(1.2);

}

	
@media(min-width: 480px){
	.personalizadas{
		width: 460px;
		margin: auto;
	}

	.fila{
		display: flex;
	}
	.columna-1-3{
		width: 33.33%;
		

	}

	.columna-2-3{
		width: 66.67%;
	}
	.small{
		height: 100px;

	}

	.normal, .large{
		height: 200px;
	}
	.columna-50{
		width: 50%;
	}
}

@media(min-width: 768px){
	.personalizadas{
		width: 750px;
	}
	.small{
		height: 175px;

	}

	.normal, .large{
		height: 350px;
	}
}

@media(min-width: 1024px){
.personalizadas{
		width: 1000px;
	}
	.small{
		height: 220px;

	}

	.normal, .large{
		height:440px;
	}
}

